@font-face {
    font-family: 'Omnes';
    src: url('fonts/omnes-regular-webfont.eot');
    src: url('fonts/omnes-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/omnes-regular-webfont.woff') format('woff'),
         url('fonts/omnes-regular-webfont.ttf') format('truetype'),
         url('fonts/omnes-regular-webfont.svg#omnes_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OmnesBold';
    src: url('fonts/omnes-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}



html, body, p, a, li, h1, h2, h3, blockquote {
	font-family:"Omnes","Helvetica Neue", Arial, sans-serif;
	font-weight:normal;
	text-rendering:optimizeLegibility; }
strong { font-family: 'OmnesBold'; font-weight: 700; }
h3 { /*font-size: 30px;*/ font-size:24px; font-weight: 500;}
h3.sessions { /*font-size: 30px;*/ font-size:24px; font-weight: 500; margin-top:0px;}
h3.faq { /*font-size: 30px;*/ font-size:24px; font-weight: 500; padding-top:4px !important}
h4 { font-size: 24px; color: #231f20; }
th {font-weight:600}
html, body
{
  background-color: #54575b;
  color: #231f20;
  font-size: 18px;
  line-height: 24px;
}
.btn-link {
  display: inline-block;
  padding: .25rem  1.5rem .25rem 1.5rem;
  /*text-transform: uppercase;*/
  margin-right: .25rem;
  color: #fff;
  font-weight: lighter;
  background-color: #006ac6;
  border-radius: .2rem;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.btn-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #005580;
}


.btn-sessions {
  display: inline-block;
  padding: .25rem  1.5rem .25rem 1.5rem;
  /*text-transform: uppercase;*/
  margin-right: .25rem;
  color: #fff;
  font-weight: lighter;
  background-color: #F48800;
  border-radius: .2rem;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.btn-sessions:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f39b2d;
}


body > .main-content-container { max-width: 1250px; }

.cycle-slideshow img{width:100%;height:auto;}
.cycle-slideshow  div{float:none;}

/***** NAVIGATION ******/
nav.navbar
{
  border: 0;
  background-color: transparent;
}

.navbar-inverse>.container
{
  background-color: #1e2838;
  background-color: rgba(30, 43, 58, 0.9);
  width: auto;
  max-width: 1250px;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .navbar-inverse>.container { padding-top: 0; }
  .navbar-nav { float: right; }
}
@media (min-width: 769px) {
  .navbar-nav { float: right; }
  .navbar-nav li { margin-left: 8px; margin-right: 8px; }
  .navbar-nav>li>a
  {
    font-size: 18px;
    text-transform: uppercase;
  }
  .navbar-inverse .navbar-nav>li>a { color: #ffffff; }
  .navbar-inverse .navbar-nav>.active>a
  {
    border-bottom: 4px solid #4edaf5;
  }
  .navbar-inverse .navbar-nav>.active>a,
  .navbar-inverse .navbar-nav>.active>a:hover,
  .navbar-inverse .navbar-nav>.open>a,
  .navbar-inverse .navbar-nav>.open>a:focus,
  .navbar-inverse .navbar-nav>.open>a:hover
  {
    background-color: transparent;
  }
  .container>.navbar-header { margin-left: 36px;  }
}

.navbar-nav .dropdown-menu
{
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 0;
  

}
.navbar-nav .dropdown-menu>li>a
{
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
}
.navbar-nav .dropdown-menu>li>a:hover { text-decoration: underline; color: #4edaf5; }

/* IE8 doesn't observe media queries, and shows the mobile view as a result. Fix some styles to make that workable. */
.ie8 #navbar { overflow: visible; }
.ie8 .dropdown-menu { right: 0px; left: auto; }

/***** Main banner with text overlay *****/
.banner-slide
{
  position: relative;
}
/* h1 elements show up on subpages, but not the home page */
.banner-slide h1
{

  position: absolute;
  top: 41%;
  /*left: 4%;*/
  color: #ffffff;
  /*font-weight: normal;*/
  font-weight:lighter;
  font-size: 56px;
  left: 0;
  width: 100%;
  text-align: center;
  padding-left:10px;
  padding-right:10px;
}
.banner-slide span {font-weight: lighter; font-size: 32px; line-height: 38px; color: #FFFFFF; display: block;}
.banner-slide-short h1 { top: 40%;font-weight:lighter; }
.banner-slide p
{
  position: absolute;
  color: #ffffff;
  font-size: 30px;
  top: 57.5%;
/*  left: 4%;*/
    left: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .banner-slide { background-color: #1e2838; }
  .banner-slide img { display: none; }
  .banner-slide p, .banner-slide h1
  {
    position: relative;
	text-align:center;
    padding-bottom: 2%;
    font-size: 1.3em;
    line-height: 1.5em;
    padding-top: 60px;
    margin-bottom: 0;
	padding-left:10px;
	padding-right:10px;
  }
  .banner-slide h1 { margin-bottom: 0; margin-top: 0;}
  .banner-slide span {font-weight: lighter; font-size: .75em; line-height: 1.2em; color: #FFFFFF; display: block;}
}


/***** Text on image *****/
.plank-text-on-image-center
{
  position: relative;
}
.plank-text-on-image-center>.text
{
  position: absolute;
  top: 10%;
  color: #ffffff;
  font-size: 18px;
  line-height: 133%;
  left: 0;
  width: 100%;
  padding-left:15%;
  padding-right:15%;
  text-align:center;
}
.plank-text-on-image-center>.text h2
{
  font-size: 30px;
  text-transform: uppercase;
  text-align:center;
}

.plank-text-on-image
{
  position: relative;
}
.plank-text-on-image>.text
{
  position: absolute;
  top: 10%;
  left: 4%;
  color: #ffffff;
  font-size: 18px;
  line-height: 133%;
  width: 40%;
}
.plank-text-on-image>.text h2
{
  font-size: 30px;
  text-transform: uppercase;
}

/***** Basic plank with white background *****/
.plank-onwhite { background: #ffffff; padding-bottom: 2em; padding-top: 1em;}

/***** Pricing *****/
.plank-pricing
{
  background-color: #646977;
  position: relative;
  z-index: 100;
}
.plank-pricing>div
{
  padding: 40px 30px 20px 30px;
}
.plank-pricing .active-price
{
  /*margin-top: -20px;
  background-color: #ffffff;
  border-bottom: 20px solid #ffffff;
  padding-bottom: 0px;*/
  margin-top: -20px;
  padding-top: 30px;
  background: #cbebff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #8FBAD4 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#8FBAD4)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#8FBAD4 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#8FBAD4 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#8FBAD4 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#8FBAD4 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8FBAD4',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: 0px -9px 12px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px -9px 12px 0px rgba(0,0,0,0.4);
  box-shadow: 0px -9px 12px 0px rgba(0,0,0,0.4);
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: 0; 
 padding-bottom: 20px;
  z-index: 100;
}
.plank-pricing .price { font-size: 2em; }
.plank-pricing .btn-default
{
  color: #ffffff;
  background-color: #006ac6;
  display: inline-block;
}
 

 
.plank-onwhite h2, .plank-ongray h2
{
  color: #105999;
  /*font-size: 48px;*/
  background: -webkit-linear-gradient(#20a4da, #105999);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1em;
  
  font-weight:lighter; 
  font-size: 36px;
  line-height:1.2em; 
  text-align:center;
}
.plank-onwhite h2.exsym, .plank-ongray h2.exsym
{
  color: #30A5B3;
  /*font-size: 48px;*/
  background: -webkit-linear-gradient(#30A5B3, #30A5B3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1em;
  
  font-weight:lighter; 
  font-size: 36px;
  line-height:1.2em; 
  text-align:center;
}
.plank-onwhite h3
{
  /*color: #105b9a;*/
  color:#094375;
}

.plank-onwhite h3.exsym
{
  /*color: #105b9a;*/
  color:#34404d;
}



.plank-onwhite li
{
  list-style-type: none;
}
.plank-onwhite li:before
{
  color: #ff7d13;
  content: '\f111';
  font-family: FontAwesome;
  font-size: 0.5em;
  vertical-align: middle;
  padding-right: 0.5em;
}

/***** Pop-ups *****/
.pop-up-container { position: relative; z-index: 1000; }
.pop-up
{
  position: absolute;
  width: 86%;
  left: 7%;
  top: 1em;
  background-color: #eeeeee;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, .4);
}
.pop-up-header
{
  background-color: #afd136;
  color: #ffffff;
  padding-top: 1em;
  padding-bottom: 1em;
}
.pop-up-header .pop
{
  position: absolute;
  background: url(images/img-popup-close.png) no-repeat;
  width: 34px;
  height: 35px;
  top: 1em;
  right: 1em;
}
.pop-up-header h3
{
  margin-top: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 30px;
}
.pop-up-text
{
  padding: 1.5em 2em;
  text-align: left;
}

@media (max-width: 767px) {
  .pop-up-toggle img { width: 160px; }
}
/***** Footer plank *****/
.plank-footer {
  color: #ffffff;
  background-color: #1e2838;
  padding-top: 42px;
  padding-left: 26px;
  padding-bottom: 24px;
}
 .plank-footer a { color: #ffffff; }
.plank-footer .social-links a
{
 font-size: 26px;
 background-color: #54575b;
 display: inline-block;
 line-height: 40px;
 width: 40px;
 border-radius: 40px;
 margin-left: 8px;
 margin-right: 8px;
}
.plank-footer .social-links a:hover
{
background-color: #333333;
color: #54575b;
}
/***** Helper classes *****/

.asterisk { font-size: 0.75em; }

/* 
  Give anything a blue border, like the sticky nav menu.
  Adds a minimal amount of padding to make the blue border stand off.
*/
.border-top-blue { border-top: 4px solid #4edaf5; padding-top: 0.2em;}
.border-right-blue { border-right: 4px solid #4edaf5; padding-right: 0.2em;}
.border-bottom-blue { border-bottom: 4px solid #4edaf5; padding-bottom: 0.2em;}
.border-left-blue { border-left: 4px solid #4edaf5; padding-left: 0.2em;}
.border-blue { border: 4px solid #4edaf5; padding: 0.2em; }

/* Callout in the middle of text */
.callout
{
  background-image: url('/styles/insight2015/images/bg-gray-triangles-large.png');
  background-repeat: no-repeat;
  background-position: top left;
  padding: 8px 18px;
  border-top: 4px solid #4edaf5;
}

.graybg { background-color: #eeeeee; }
.graybg h3 { color: #30A5B3; }

/* Indent a paragraph */
.indent { margin-left: 1.5em; }

/* add this to a plank to add a left/right gutter */
.setwidth { padding-left: 50px; padding-right: 50px; }

/* Fake tables for when we want to change layout on smaller devices */
.table-emulator>.row
{
  font-size: 18px; 
  font-family:"Omnes","Helvetica Neue", Arial, sans-serif;
  font-weight:normal;
  line-height: 1.5em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

/* Zebra-striping for faux "tables" emulated via rows */
.zebra-stripe>.row:nth-child(even)
{
  background-color: #f0f0f0;
}

/***** FORMS ******/
label { font-weight: normal; }
.form-container
{
  border-top: 4px solid #4edaf5;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 24px 24px 24px;
}
.form-control
{
  border-radius: 0;
  box-shadow: inset 0px 2px 2px rgba(0,0,0,.25);
  border: none;
}
form .btn
{
  padding: 0.25em 3.3em;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 8px;
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, .4);
}
form .btn-default
{
  border: none;
  color: #ffffff;
  background-color: #006ac6;
}

/***** Sponsor logos on home page *****/
.sponsor-logos { max-width: 850px; }
.sponsor-logos>img { display: inline-block; }

img {
    margin-left: auto;
    margin-right: auto;
}

/***** Mobile Refinements *****/
@media (max-width: 767px){
  .table-emulator>.row { font-size: 14px; }
  .plank-text-on-image>.text h2,
  .plank-onwhite h2,
  
  h2 { /*font-size: 18px;*/ font-size:30px; text-align: center; }
  h3, h4 { font-size:20px; line-height: 25px; width: auto; text-align:center}
  h3.faq { font-size: 20px; }
  h3.sessions { font-size: 20px; text-align: center;}
  p { /*font-size: 14px;*/ font-size:18px; line-height: 24px; width: auto; text-align:center }
  .plank-text-on-image img { display: none; }
  .plank-text-on-image-center img { display: none; }
  /*.img-responsive {width:35%}*/
  .plank-pricing .active-price {
    margin-top: 0px;
  }
  .plank-footer {line-height:80px;}
  .footer-logo {padding-bottom:8px;}
  .plank-text-on-image>.text
  {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 20px;
    color: #ffffff;
    position: relative;
    width: auto;
    top: 0;
    left: 0;
  }
  .plank-text-on-image-center>.text
  {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 20px;
    color: #ffffff;
    position: relative;
    width: auto;
    top: 0;
    left: 0;
  }
  .plank-social-icons p { line-height: 120%; }
  .plank-social-icons .icon img { max-width: 40px; }
  .plank-social-icons .icon:first-of-type img { margin-left: 0; }
  .plank-social-icons .icon:last-of-type img { margin-right: 0; }
  .setwidth { padding-left: 18px; padding-right: 18px; }

  .btn { padding-left: 0 !important; padding-right: 0 !important; width: 100%; text-align: center;}
li {padding-bottom:8px; line-height:normal;}
}
